go/types.genericType.TypeParams (method)
7 uses
go/types (current package)
instantiate.go#L24: TypeParams() *TypeParamList
instantiate.go#L63: tparams := orig_.TypeParams().list()
object.go#L580: if t.TypeParams().Len() > 0 {
object.go#L581: newTypeWriter(buf, qf).tParamList(t.TypeParams().list())
signature.go#L188: if g, _ := baseType.(genericType); g != nil && g.TypeParams() != nil {
typexpr.go#L486: tparams := inst.TypeParams().list()
typexpr.go#L489: if i, err := check.verify(ix.Pos(), inst.TypeParams().list(), targs, check.context()); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)